GetSymbol
Description
Gets defined in Symb symbol as a set of vertexes.
Returns True if success.
Returns False if fail.
Value | Type | Description |
---|---|---|
Symb | Word | The desired symbol |
InX , InY | Double | The coordinates of the Symb |
Vert | Boolean | The symbol has a vertical orientation |
Backward | Boolean | The symbol is mirrored in X |
Underscore | Boolean | The symbol is underscored |
Overscore | Boolean | The symbol is overscored |
Poly | TList | The list for the Symb vertexes |
OutX , OutY | TList | The coordinates of the following Symb symbol |
Syntax
function GetSymbol(Symb: Word; InX, InY: Double; Vert, Backward, Underscore, Overscore : Boolean; Poly: TList; var OutX, OutY: Double): Boolean;